comment the -std1 check and save LIBS properly
authorManish Singh <yosh@src.gnome.org>
Tue, 8 Sep 1998 03:09:54 +0000 (03:09 +0000)
committerManish Singh <yosh@src.gnome.org>
Tue, 8 Sep 1998 03:09:54 +0000 (03:09 +0000)
-Yosh

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 98a396af8ae44e79acc6449ae9ea2e1ad8a25c72..edd5fecd7c0c94f3abeed3116d13970516ee5164 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Sep  7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Sun Sep  6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
 
        * gtk/testrgb.c: #include <stdlib.h>
index 98a396af8ae44e79acc6449ae9ea2e1ad8a25c72..edd5fecd7c0c94f3abeed3116d13970516ee5164 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Sun Sep  6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
 
        * gtk/testrgb.c: #include <stdlib.h>
index 98a396af8ae44e79acc6449ae9ea2e1ad8a25c72..edd5fecd7c0c94f3abeed3116d13970516ee5164 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Sun Sep  6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
 
        * gtk/testrgb.c: #include <stdlib.h>
index 98a396af8ae44e79acc6449ae9ea2e1ad8a25c72..edd5fecd7c0c94f3abeed3116d13970516ee5164 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Sun Sep  6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
 
        * gtk/testrgb.c: #include <stdlib.h>
index 98a396af8ae44e79acc6449ae9ea2e1ad8a25c72..edd5fecd7c0c94f3abeed3116d13970516ee5164 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Sun Sep  6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
 
        * gtk/testrgb.c: #include <stdlib.h>
index 98a396af8ae44e79acc6449ae9ea2e1ad8a25c72..edd5fecd7c0c94f3abeed3116d13970516ee5164 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Sun Sep  6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
 
        * gtk/testrgb.c: #include <stdlib.h>
index 98a396af8ae44e79acc6449ae9ea2e1ad8a25c72..edd5fecd7c0c94f3abeed3116d13970516ee5164 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: comment the -std1 check and save LIBS properly
+
 Sun Sep  6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
 
        * gtk/testrgb.c: #include <stdlib.h>
index ef86adc8014fed473d7b56b4f98c9704fc1113ce..bbe82b855ee9244f2b9f88b8d493267a31727ceb 100644 (file)
@@ -107,8 +107,9 @@ if test "x$GCC" = "xyes"; then
   fi
 fi
 
+dnl DU4 native cc currently needs -std1 for ANSI mode (instead of K&R)
 AC_MSG_CHECKING([for extra flags to get ANSI library prototypes])
-gtk_save_LDFLAGS=$LDFLAGS
+gtk_save_LIBS=$LIBS
 LIBS="$LIBS -lm"
 AC_TRY_RUN([#include <math.h>
              int main (void) { return (log(1) != log(1.)); }],